Search Results for

    Show / Hide Table of Contents

    Class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader

    Inheritance
    System.Object
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader
    Implements
    System.IDisposable
    Namespace: Newtonsoft.Json
    Assembly: IronWord.dll
    Syntax
    public abstract class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader : Object, IDisposable

    Constructors

    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader()

    Declaration
    protected <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader()

    Properties

    CloseInput

    Declaration
    public bool CloseInput { get; set; }
    Property Value
    Type Description
    System.Boolean

    Culture

    Declaration
    public CultureInfo Culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    CurrentState

    Declaration
    protected  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonReader . State CurrentState { get; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonReader.State

    DateFormatString

    Declaration
    public string DateFormatString { get; set; }
    Property Value
    Type Description
    System.String

    DateParseHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > DateParseHandling DateParseHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>DateParseHandling

    DateTimeZoneHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > DateTimeZoneHandling DateTimeZoneHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>DateTimeZoneHandling

    Depth

    Declaration
    public virtual int Depth { get; }
    Property Value
    Type Description
    System.Int32

    FloatParseHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > FloatParseHandling FloatParseHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>FloatParseHandling

    MaxDepth

    Declaration
    public Nullable<int> MaxDepth { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Path

    Declaration
    public virtual string Path { get; }
    Property Value
    Type Description
    System.String

    QuoteChar

    Declaration
    public virtual char QuoteChar { get; protected set; }
    Property Value
    Type Description
    System.Char

    SupportMultipleContent

    Declaration
    public bool SupportMultipleContent { get; set; }
    Property Value
    Type Description
    System.Boolean

    TokenType

    Declaration
    public virtual  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonToken TokenType { get; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken

    Value

    Declaration
    public virtual object Value { get; }
    Property Value
    Type Description
    System.Object

    ValueType

    Declaration
    public virtual Type ValueType { get; }
    Property Value
    Type Description
    System.Type

    Methods

    Close()

    Declaration
    public virtual void Close()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Read()

    Declaration
    public abstract bool Read()
    Returns
    Type Description
    System.Boolean

    ReadAsBoolean()

    Declaration
    public virtual Nullable<bool> ReadAsBoolean()
    Returns
    Type Description
    System.Nullable<System.Boolean>

    ReadAsBooleanAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<bool>> ReadAsBooleanAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

    ReadAsBytes()

    Declaration
    public virtual byte[] ReadAsBytes()
    Returns
    Type Description
    System.Byte[]

    ReadAsBytesAsync(CancellationToken)

    Declaration
    public virtual Task<byte[]> ReadAsBytesAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Byte[]>

    ReadAsDateTime()

    Declaration
    public virtual Nullable<DateTime> ReadAsDateTime()
    Returns
    Type Description
    System.Nullable<System.DateTime>

    ReadAsDateTimeAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<DateTime>> ReadAsDateTimeAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.DateTime>>

    ReadAsDateTimeOffset()

    Declaration
    public virtual Nullable<DateTimeOffset> ReadAsDateTimeOffset()
    Returns
    Type Description
    System.Nullable<System.DateTimeOffset>

    ReadAsDateTimeOffsetAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<DateTimeOffset>> ReadAsDateTimeOffsetAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.DateTimeOffset>>

    ReadAsDecimal()

    Declaration
    public virtual Nullable<Decimal> ReadAsDecimal()
    Returns
    Type Description
    System.Nullable<System.Decimal>

    ReadAsDecimalAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<Decimal>> ReadAsDecimalAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.Decimal>>

    ReadAsDouble()

    Declaration
    public virtual Nullable<double> ReadAsDouble()
    Returns
    Type Description
    System.Nullable<System.Double>

    ReadAsDoubleAsync(CancellationToken)

    Declaration
    public virtual Task<Nullable<double>> ReadAsDoubleAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.Double>>

    ReadAsInt32()

    Declaration
    public virtual Nullable<int> ReadAsInt32()
    Returns
    Type Description
    System.Nullable<System.Int32>

    ReadAsInt32Async(CancellationToken)

    Declaration
    public virtual Task<Nullable<int>> ReadAsInt32Async(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Nullable<System.Int32>>

    ReadAsString()

    Declaration
    public virtual string ReadAsString()
    Returns
    Type Description
    System.String

    ReadAsStringAsync(CancellationToken)

    Declaration
    public virtual Task<string> ReadAsStringAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.String>

    ReadAsync(CancellationToken)

    Declaration
    public virtual Task<bool> ReadAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Boolean>

    SetStateBasedOnCurrent()

    Declaration
    protected void SetStateBasedOnCurrent()

    SetToken(<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken)

    Declaration
    protected void SetToken( < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonToken newToken)
    Parameters
    Type Name Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken newToken

    SetToken(<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken, Object)

    Declaration
    protected void SetToken( < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonToken newToken, object value)
    Parameters
    Type Name Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken newToken
    System.Object value

    SetToken(<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken, Object, Boolean)

    Declaration
    protected void SetToken( < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonToken newToken, object value, bool updateIndex)
    Parameters
    Type Name Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonToken newToken
    System.Object value
    System.Boolean updateIndex

    Skip()

    Declaration
    public void Skip()

    SkipAsync(CancellationToken)

    Declaration
    public Task SkipAsync(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task

    Implements

    System.IDisposable
    ☀
    ☾
    Downloads
    • Download with NuGet
    • Start for Free
    In This Article
    Back to top
    Install with NuGet
    Want to deploy IronWord to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronWord free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.